Merge branch 'mac_os_x_mavericks_build' of ssh://10.211.55.3/home/parallels/git/fwknop into mac_os_x_mavericks_build

This commit is contained in:
Michael Rash
2013-11-15 14:55:28 -05:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -88,6 +88,8 @@ hex_dump(const unsigned char *data, const int size)
{
for(i=0; i < 16-ln; i++)
printf(" ");
if(ln < 8)
printf(" ");
printf(" %s\n\n", ascii_str);
}
+2
View File
@@ -62,6 +62,8 @@ hex_dump(const unsigned char *data, const int size)
{
for(i=0; i < 16-ln; i++)
printf(" ");
if(ln < 8)
printf(" ");
printf(" %s\n\n", ascii_str);
}