Corrected test of Libisofs_setlocale_in_iniT.

This commit is contained in:
2009-04-07 12:13:22 +02:00
parent dd1cde0379
commit 8a0be8ca19
3 changed files with 3 additions and 3 deletions

View File

@ -927,7 +927,7 @@ int ecma119_image_new(IsoImage *src, IsoWriteOpts *opts, Ecma119Image **img)
target->eltorito = (src->bootcat == NULL ? 0 : 1);
target->catalog = src->bootcat;
#ifdef Libisofs_setlocale_in_iniT
#ifndef Libisofs_setlocale_in_iniT
/* default to locale charset */
/* ??? ts Nov 25 2008 :
Shouldn't this go to library initialization or even to app ?