a few oops...
This commit is contained in:
@@ -134,7 +134,7 @@ if (notused) {
|
||||
fprintf(stderr, "notused was %d, must be 0 in %s\n",
|
||||
notused, __func__); }
|
||||
|
||||
if (verbosity > 1) fprintf(stderr, "parsing '%s'\n", str);
|
||||
if (verbosity > 1) fprintf(stderr, "%s: parsing '%s'\n", __func__, str);
|
||||
foo = sscanf(str, "%d,%d,%d,%d", &w, &h, &x, &y);
|
||||
if (4 == foo) {
|
||||
r->x = x, r->y = y, r->w = w, r->h = h;
|
||||
|
||||
Reference in New Issue
Block a user