File: 00fax_locale.diff

package info (click to toggle)
efax 1%3A0.9a-25
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 828 kB
  • sloc: ansic: 6,763; sh: 4,039; makefile: 80
file content (16 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Filippo Panessa <kalem@linux.it>
Date: Wed, 16 Apr 2003 09:32:09 -0400
Subject: Fixed fax (view|make|send) for all locales (Closes: #160926, #165832)

diff -Nuar efax-0.9a.orig/efix.c efax-0.9a/efix.c
--- efax-0.9a.orig/efix.c	2000-02-06 23:36:25.000000000 +0100
+++ efax-0.9a/efix.c	2003-04-10 18:58:30.000000000 +0200
@@ -249,7 +249,7 @@
 
   argv0 = argv[0] ;
 
-  setlocale ( LC_ALL, "" ) ;
+  // setlocale ( LC_ALL, "" ) ;
 
   /* process arguments */