* HACKING: fixed typo.

This commit is contained in:
Roland Illig 2004-09-22 12:11:08 +00:00
parent 727b62e229
commit 44c189e83d

View File

@ -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"