Updating to version 0.20.2

Many bug fixes.
This commit is contained in:
dan
1998-10-21 14:43:47 +00:00
parent 9d2e6ef9f1
commit 9af1c6c415
222 changed files with 9131 additions and 4321 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ RBlurImage(RImage *image)
return True;
outofmem:
sprintf(RErrorString, "out of memory");
RErrorCode = RERR_NOMEMORY;
#ifdef C_ALLOCA
alloca(0);
#endif