libustcomm: fix warning
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 24 Feb 2010 20:24:12 +0000 (15:24 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 24 Feb 2010 20:24:12 +0000 (15:24 -0500)
libustcomm/ustcomm.c

index e8558255e573f8f3cdf26d92ae3178bfc87026cc..ba98098b2d3a76387d57a40d3f811f16a4b1e0c8 100644 (file)
@@ -54,7 +54,7 @@
 
 static int mkdir_p(const char *path, mode_t mode)
 {
-       char *path_p;
+       const char *path_p;
        char *tmp;
 
        int retval = 0;
This page took 0.023698 seconds and 4 git commands to generate.