From c555b1339182be95b625dc4c1d6ac7217d3f471b Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Wed, 24 Feb 2010 15:24:12 -0500 Subject: [PATCH] libustcomm: fix warning --- libustcomm/ustcomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index e855825..ba98098 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -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; -- 2.34.1