mirror of https://github.com/MidnightCommander/mc
Typo.
This commit is contained in:
parent
b5ef1bd79a
commit
207711e166
2
HACKING
2
HACKING
|
@ -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.
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <glib.h>
|
||||
#include "help.h"
|
||||
#include "glib-compat.h"
|
||||
#include "glibcompat.h"
|
||||
|
||||
#define BUFFER_SIZE 256
|
||||
|
||||
|
|
Loading…
Reference in New Issue