Explorar o código

Remove warning in logsys compile related to const correctness.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2463 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=16) %!d(string=hai) anos
pai
achega
60d50de816
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exec/logsys.c

+ 1 - 1
exec/logsys.c

@@ -1303,7 +1303,7 @@ void _logsys_log_vprintf (
 	unsigned int len;
 	unsigned int level;
 	int subsysid;
-	char * short_file_name;
+	const char *short_file_name;
 
 	subsysid = LOGSYS_DECODE_SUBSYSID(rec_ident);
 	level = LOGSYS_DECODE_LEVEL(rec_ident);