This commit is contained in:
Roland Illig 2004-09-02 14:59:12 +00:00
parent b5ef1bd79a
commit 207711e166
2 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@ const: For every function taking a string argument, decide whether you
"const char *". If your implementation needs to modify the string,
use g_strdup to create a local copy.
g_strlcpy: Whenever you use this function, be sure to add "glib-compat.h"
g_strlcpy: Whenever you use this function, be sure to add "glibcompat.h"
to the included headers. This is because in glib-1.2 there is
no such function.

View File

@ -25,7 +25,7 @@
#include <glib.h>
#include "help.h"
#include "glib-compat.h"
#include "glibcompat.h"
#define BUFFER_SIZE 256