~cyphermox/ubuntu/precise/xscreensaver/merge-5.15-2

« back to all changes in this revision

Viewing changes to driver/test-passwd.c

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2011-12-21 15:57:35 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: mathieu@canonical.com-20111221155735-m43kxy7824n1p36y
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
 
203
203
  progclass = "XScreenSaver";
204
204
 
205
 
  if (!setlocale(LC_ALL,""))
 
205
  if (!setlocale (LC_CTYPE, ""))
206
206
    fprintf (stderr, "%s: warning: could not set default locale\n",
207
207
             progname);
208
208