diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-28 23:42:26 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-28 23:42:26 +0100 |
commit | 3341bd0e945341528033ec6ebaef4f611f654ebe (patch) | |
tree | f82d4557ac097d08583e56152352cbd5abd335ea /fbwarn | |
parent | 91d58f9ae9e9d9adc2e19a0b56d2b9757f6696d6 (diff) | |
download | fsverify-3341bd0e945341528033ec6ebaef4f611f654ebe.tar.gz fsverify-3341bd0e945341528033ec6ebaef4f611f654ebe.tar.bz2 |
restructure repository layout
Diffstat (limited to 'fbwarn')
-rw-r--r-- | fbwarn/src/warn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fbwarn/src/warn.c b/fbwarn/src/warn.c index 70e4baf..9786883 100644 --- a/fbwarn/src/warn.c +++ b/fbwarn/src/warn.c @@ -80,7 +80,7 @@ int main(int argc, char **argv) { collectArgs(args, callTrim, 2); BVGIMG *imgsize = BVGParseIMG(args); - InitWindow (imgsize->width*scale, imgsize->height*scale, ":3"); + InitWindow (imgsize->width*scale, imgsize->height*scale, argv[1]); free(imgsize); free(call-strlen("IMG (")); |