Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5352 in orxonox.OLD


Ignore:
Timestamp:
Oct 10, 2005, 5:38:31 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: check for real

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/class_list.cc

    r5331 r5352  
    315315long ClassList::StringToID(const char* className)
    316316{
     317  if (className == NULL)
     318    return CL_NULL;
    317319  if(likely(ClassList::first != NULL))
    318320  {
Note: See TracChangeset for help on using the changeset viewer.