@ -1,3 +1,7 @@
2009-08-08 Paolo Nenzi
* src/frontend/resource.c: applied patch from Thomas D. Dean to remove
the limit warning.
2009-08-08 Holger Vogt
* measure.c: add more comments
* example/func_cap.sp, inverter.sp, inverter2.sp: hint to
@ -549,7 +549,7 @@ static size_t get_sysmem(struct sys_mem *memall) {
#endif /*_WIN32_WINNT 0x0500*/
#else
FILE *fp;
char buffer[1024];
char buffer[2048];
size_t bytes_read;
char *match;
long mem_got;