projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
134a6af
)
Eina binbuf: Struct name should be binbuf, not strbuf.
author
Tom Hacohen
<tom@stosb.com>
Wed, 18 May 2011 10:52:50 +0000
(10:52 +0000)
committer
Tom Hacohen
<tom@stosb.com>
Wed, 18 May 2011 10:52:50 +0000
(10:52 +0000)
SVN revision: 59497
legacy/eina/src/lib/eina_binbuf.c
patch
|
blob
|
history
diff --git
a/legacy/eina/src/lib/eina_binbuf.c
b/legacy/eina/src/lib/eina_binbuf.c
index 059d1b1bc2331f4bda0cb2237c0f973a12f198a1..2a4cd4691b9ea205555169a7d5cb5c86a72ae9fa 100644
(file)
--- a/
legacy/eina/src/lib/eina_binbuf.c
+++ b/
legacy/eina/src/lib/eina_binbuf.c
@@
-49,7
+49,7
@@
#define _STRBUF_DATA_TYPE char
#define _STRBUF_CSIZE sizeof(_STRBUF_DATA_TYPE)
-#define _STRBUF_STRUCT_NAME Eina_
Str
buf
+#define _STRBUF_STRUCT_NAME Eina_
Bin
buf
#define _STRBUF_MAGIC EINA_MAGIC_STRBUF
#define _STRBUF_MAGIC_STR __STRBUF_MAGIC_STR
static const char __STRBUF_MAGIC_STR[] = "Eina Binbuf";