Changeset 308


Ignore:
Timestamp:
Jul 31, 2009, 2:01:36 PM (16 years ago)
Author:
Silvan Scherrer
Message:

attemp to fix ticket 100 in the 3.3 tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/param/loadparm.c

    r274 r308  
    46494649        string_set(&Globals.szGuestaccount, GUEST_ACCOUNT);
    46504650
     4651
     4652
     4653
     4654
     4655
     4656
     4657
     4658
     4659
     4660
     4661
     4662
    46514663#ifndef __OS2__
    46524664        /* using UTF8 by default allows us to support all chars */
     
    46544666#else
    46554667        /* On OS/2, using UTF8 causes problems with display of foreign
    4656            characters - default to IBM-850 codepage */
    4657         string_set(&Globals.unix_charset, "IBM-850");
     4668           characters - default to codepage */
     4669        string_set(&Globals.unix_charset, );
    46584670#endif
    46594671
     
    46664678#else
    46674679        /* On OS/2, using UTF8 causes problems with display of foreign
    4668            characters - default to IBM-850 codepage */
    4669         string_set(&Globals.display_charset, "IBM-850");
     4680           characters - default to codepage */
     4681        string_set(&Globals.display_charset, );
    46704682#endif 
    46714683
     
    46794691#else
    46804692        /* On OS/2, using UTF8 causes problems with display of foreign
    4681            characters - default to IBM-850 codepage */
    4682         string_set(&Globals.dos_charset, "IBM-850");
     4693           characters - default to codepage */
     4694        string_set(&Globals.dos_charset, );
    46834695#endif
    46844696
Note: See TracChangeset for help on using the changeset viewer.