OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Return dgs.alc on success
[pf3gnuchains/gcc-fork.git]
/
libiberty
/
cp-demangle.c
diff --git
a/libiberty/cp-demangle.c
b/libiberty/cp-demangle.c
index
43cf34a
..
d37c90e
100644
(file)
--- a/
libiberty/cp-demangle.c
+++ b/
libiberty/cp-demangle.c
@@
-4777,7
+4777,7
@@
d_demangle (const char *mangled, int options, size_t *palc)
return NULL;
}
- *palc = dgs.allocation_failure ? 1 :
0
;
+ *palc = dgs.allocation_failure ? 1 :
dgs.alc
;
return dgs.buf;
}