1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
elinks/docker/djgpp/getprogname.diff
2023-01-03 17:11:21 +01:00

12 lines
282 B
Diff

--- libidn2-2.3.4/gl/getprogname.c.dd 2022-10-23 13:39:39.000000000 +0000
+++ libidn2-2.3.4/gl/getprogname.c 2023-01-03 15:46:11.827495364 +0000
@@ -288,7 +288,7 @@
}
return "?";
# else
-# error "getprogname module not ported to this OS"
+ return "elinks";
# endif
}