From 44c189e83d7d3edbc1054b072e0ac1bd7f5e8709 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Wed, 22 Sep 2004 12:11:08 +0000 Subject: [PATCH] * HACKING: fixed typo. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index c41e038a9..bdcc007b7 100644 --- a/HACKING +++ b/HACKING @@ -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"