[Gstreamer-bugs] [Bug 133076] Changed - added cast for is{alpha|num}

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Feb 2 13:20:30 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=133076

Changed by ds at schleef.org.

--- shadow/133076	Sat Jan 31 12:37:13 2004
+++ shadow/133076.tmp.2202	Mon Feb  2 16:20:30 2004
@@ -1,13 +1,13 @@
 Bug#: 133076
 Product: GStreamer
 Version: HEAD CVS
 OS: Solaris
 OS Details: 2.6
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: kost at imn.htwk-leipzig.de               
 QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -20,6 +20,11 @@
 failes with -Wall due to missing cast
 
 ------- Additional Comments From kost at imn.htwk-leipzig.de  2004-01-31 12:37 -------
 Created an attachment (id=23926)
 added two casts
 
+
+------- Additional Comments From ds at schleef.org  2004-02-02 16:20 -------
+isalpha() and friends aren't UTF-8 friendly and don't work with ASCII
+when not in the POSIX locale (which is the bhavior we want here), so I
+changed them to use g_ascii_isalpha().




More information about the Gstreamer-bugs mailing list