diff options
author | root <root> | 2010-03-09 08:58:17 +0000 |
---|---|---|
committer | root <root> | 2010-03-09 08:58:17 +0000 |
commit | c85fe89c5a1a12d1cefe32fe03246a3a057b8151 (patch) | |
tree | 5501a9db9d37ef0967cf257dbee419fdbc3251eb | |
parent | 20a7f40dcd52aa975af410a66b8e72e337e3cc71 (diff) |
ev_avoid_stdio
-rw-r--r-- | ev.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -574,7 +574,6 @@ ev_realloc_emul (void *ptr, long size) * implement realloc (x, 0) (as required by both ansi c-98 and * the single unix specification, so work around them here. */ - if (size) return realloc (ptr, size); |