Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:gcomes.obs
gdl-language
gdl-funList.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gdl-funList.patch of Package gdl-language
Index: gdl-0.9.7/src/pythongdl.cpp =================================================================== --- gdl-0.9.7.orig/src/pythongdl.cpp +++ gdl-0.9.7/src/pythongdl.cpp @@ -315,7 +315,7 @@ PyObject *GDLSub( PyObject *self, PyObje } else { - // FCALL - user defined procedures + // FCALL - user defined functions proIx = FunIx( pro); if( proIx == -1) { @@ -361,7 +361,7 @@ PyObject *GDLSub( PyObject *self, PyObje } } - sub = proList[ proIx]; + sub = funList[ proIx]; } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor