]> arthur.barton.de Git - netatalk.git/blobdiff - bin/getzones/getzones.c
second patch from Olaf Hering; gcc 64 warnings.
[netatalk.git] / bin / getzones / getzones.c
index 1c21498cadeb791743fd9153a91355bb4a6d6094..cd43f0fa99940046e2bae98a9de610827483af77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: getzones.c,v 1.6.14.1 2004-06-09 01:07:17 bfernhomberg Exp $
+ * $Id: getzones.c,v 1.6.14.1.2.1 2005-01-31 19:50:34 didg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -166,7 +166,7 @@ void print_zones( short n, char *buf )
             }
         }
 
-       printf( "%.*s\n", zone_len, zone );
+       printf( "%.*s\n", (int)zone_len, zone );
 
        free(zone);
     }