Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2006, 12:13:47 PM (19 years ago)
Author:
patrick
Message:

mount points found but not yet parsed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/lib/graphics/importer/static_model.cc

    r10089 r10090  
    105105  for( ; groupPtr != NULL; groupPtr = groupPtr->next)
    106106  {
     107    //PRINTF(0)("Found a MountPoint: %s\n", groupName.c_str());
     108
    107109    // get the name of this group and check if it's a mout point identifier
    108110    std::string groupName = groupPtr->name;
    109111    if( groupName.find("MP.", 0) != std::string::npos)
    110     {}
     112    {
     113      PRINTF(0)("Found a MountPoint: %s\n", groupName.c_str());
     114
     115    }
    111116  }
    112117}
Note: See TracChangeset for help on using the changeset viewer.