Index: trunk/Nebulous/nebclient/src/nebclient.c
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.c	(revision 5661)
+++ trunk/Nebulous/nebclient/src/nebclient.c	(revision 10632)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.c,v 1.40 2005-12-02 23:49:08 jhoblitt Exp $
+ * $Id: nebclient.c,v 1.41 2006-12-12 00:31:18 jhoblitt Exp $
  */
 
@@ -870,5 +870,5 @@
     *filename = xmalloc(filename_size);
 
-    snprintf(*filename, filename_size, "%.*s", matchLength, URI + matchStart);
+    snprintf(*filename, filename_size, "%.*s", (int)matchLength, URI + matchStart);
 
     return strlen(*filename);
