projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039de05
)
s/str_concatv/strconcatv/
author
Elliot Lee
<sopwith@src.gnome.org>
Tue, 20 Oct 1998 22:23:38 +0000
(22:23 +0000)
committer
Elliot Lee
<sopwith@src.gnome.org>
Tue, 20 Oct 1998 22:23:38 +0000
(22:23 +0000)
s/str_concatv/strconcatv/
glib.h
patch
|
blob
|
history
glib/glib.h
patch
|
blob
|
history
diff --git
a/glib.h
b/glib.h
index f0563aad389194645c362145cd2dc3f66037ec6b..d3ff8904e246c6082271059fbd0a0377b14816ed 100644
(file)
--- a/
glib.h
+++ b/
glib.h
@@
-1380,7
+1380,7
@@
gchar ** g_str_split (const gchar *string,
const gchar *delim,
gint max_tokens);
gchar* g_strconcatv (const gchar **strarray);
-#define g_str_joinv g_str
_
concatv
+#define g_str_joinv g_strconcatv
void g_str_array_free (gchar **strarray);
diff --git
a/glib/glib.h
b/glib/glib.h
index f0563aad389194645c362145cd2dc3f66037ec6b..d3ff8904e246c6082271059fbd0a0377b14816ed 100644
(file)
--- a/
glib/glib.h
+++ b/
glib/glib.h
@@
-1380,7
+1380,7
@@
gchar ** g_str_split (const gchar *string,
const gchar *delim,
gint max_tokens);
gchar* g_strconcatv (const gchar **strarray);
-#define g_str_joinv g_str
_
concatv
+#define g_str_joinv g_strconcatv
void g_str_array_free (gchar **strarray);