1
1
Этот коммит содержится в:
Roland Illig 2004-09-22 12:11:08 +00:00
родитель 727b62e229
Коммит 44c189e83d

Просмотреть файл

@ -338,7 +338,7 @@ g_strdup: If you use g_strdup to create a local copy of a string, use
/* ... */
g_free (pathref);
The "const" will make the pointer unmodifiable (local_copy++
The "const" will make the pointer unmodifiable (pathref++
is not possible), but you can still modify the string contents.
g_strlcpy: Whenever you use this function, be sure to add "glibcompat.h"