forked from e16/e16
1
0
Fork 0

and stop complaintin abotu un-inited variables.

SVN revision: 110
This commit is contained in:
Carsten Haitzler 1999-08-28 04:49:38 +00:00
parent 43f51931b4
commit f71eb25183
1 changed files with 2 additions and 0 deletions

View File

@ -823,6 +823,8 @@ LoadSnapInfo(void)
f = fopen(buf, "r");
if (!f)
return;
res_w = root.w;
res_h = root.h;
while (fgets(buf, sizeof(buf), f))
{
/* nuke \n */