Skip to content

Instantly share code, notes, and snippets.

@syuu1228
Created October 1, 2012 16:50
Show Gist options
  • Save syuu1228/3812971 to your computer and use it in GitHub Desktop.
Save syuu1228/3812971 to your computer and use it in GitHub Desktop.
これで直る。ほんまかいな。
diff --git a/include/Reporter.h b/include/Reporter.h
index e6de2b9..ae54955 100644
--- a/include/Reporter.h
+++ b/include/Reporter.h
@@ -105,7 +105,7 @@ typedef struct Transfer_Info {
char mFormat; // -f
u_char mTTL; // -T
char mUDP;
- char free;
+ int free;
} Transfer_Info;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment