aboutsummaryrefslogtreecommitdiff
path: root/fbwarn/src/warn.c
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-02-28 23:42:26 +0100
committeraxtloss <axtlos@getcryst.al>2024-02-28 23:42:26 +0100
commit3341bd0e945341528033ec6ebaef4f611f654ebe (patch)
treef82d4557ac097d08583e56152352cbd5abd335ea /fbwarn/src/warn.c
parent91d58f9ae9e9d9adc2e19a0b56d2b9757f6696d6 (diff)
downloadfsverify-3341bd0e945341528033ec6ebaef4f611f654ebe.tar.gz
fsverify-3341bd0e945341528033ec6ebaef4f611f654ebe.tar.bz2
restructure repository layout
Diffstat (limited to 'fbwarn/src/warn.c')
-rw-r--r--fbwarn/src/warn.c2
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 ("));