Fix W32 gauger C bindings - quote arguments
[oweals/gnunet.git] / src / hello / gnunet-hello.c
index cbbdce3da285ccaaed246a0469ee94f7affcc2da..eae16a90b00ff68664cf2e8c00fe0980f4357339 100644 (file)
 #include "platform.h"
 #include "gnunet_hello_lib.h"
 
-#define DEBUG GNUNET_EXTRA_LOGGING
-
-#define VERBOSE GNUNET_NO
-
 /**
  * Closure for 'add_to_buf'.
  */
@@ -156,7 +152,7 @@ main (int argc, char *argv[])
     return 1;
   }
   {
-    char buf[fsize];
+    char buf[fsize] GNUNET_ALIGN;
     
     GNUNET_assert (fsize == 
                   GNUNET_DISK_file_read (fh, buf, fsize));