diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/appletlib.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 504c1f634..dacfbdd22 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -1290,9 +1290,7 @@ int main(int argc UNUSED_PARAM, char **argv) | |||
1290 | break; | 1290 | break; |
1291 | } | 1291 | } |
1292 | } | 1292 | } |
1293 | # if ENABLE_FEATURE_EURO | 1293 | |
1294 | init_codepage(); | ||
1295 | # endif | ||
1296 | /* Ignore critical errors, such as calling GetVolumeInformation() on | 1294 | /* Ignore critical errors, such as calling GetVolumeInformation() on |
1297 | * a floppy or CDROM drive with no media. */ | 1295 | * a floppy or CDROM drive with no media. */ |
1298 | SetErrorMode(SEM_FAILCRITICALERRORS); | 1296 | SetErrorMode(SEM_FAILCRITICALERRORS); |