Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37822500
en ru br
ALT Linux repos
S:3.3.8d-alt16.1
5.0: 3.3.8b-alt3
4.1: 3.3.8b-alt2.qa1
4.0: 3.3.8b-alt0.M40.1
3.0: 3.3.4-alt6
+updates:3.3.4-alt6.3.M30

Group :: System/Libraries
RPM: qt3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 9003-qt-x11-free-3.3.3-textstream.patch
Download


diff -Naur qt-x11-free-3.3.3.orig/src/tools/qtextstream.cpp qt-x11-free-3.3.3/src/tools/qtextstream.cpp
--- qt-x11-free-3.3.3.orig/src/tools/qtextstream.cpp	2004-08-05 18:41:57 +0400
+++ qt-x11-free-3.3.3/src/tools/qtextstream.cpp	2004-12-30 12:11:56 +0300
@@ -590,7 +590,7 @@
     dev = new QBuffer( a );
     ((QBuffer *)dev)->open( mode );
     owndev = TRUE;
-    setEncoding( Latin1 ); //### Locale???
+    setEncoding( Locale ); //### Latin1???
     reset();
     d->sourceType = QTextStreamPrivate::ByteArray;
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin