Projects
Essentials
gpac
gpac-0.5.1-u32-count-redeclaration.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gpac-0.5.1-u32-count-redeclaration.patch of Package gpac (Revision 29)
Currently displaying revision
29
,
Show latest
Index: gpac-0.5.1.svn5619/applications/osmo4_wx/wxGPACControl.cpp =================================================================== --- gpac-0.5.1.svn5619.orig/applications/osmo4_wx/wxGPACControl.cpp +++ gpac-0.5.1.svn5619/applications/osmo4_wx/wxGPACControl.cpp @@ -370,8 +370,8 @@ wxGPACControl::wxGPACControl(wxWindow *p m_viewxmt->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0); /*lang config*/ - u32 count = gf_lang_get_count(); - for (i=0; i<count; i++) { + u32 countLang = gf_lang_get_count(); + for (i=0; i<countLang; i++) { m_lang->Append(wxString(gf_lang_get_name(i), wxConvUTF8) ); }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.