Ignore:
Timestamp:
Aug 4, 2009, 10:17:33 AM (15 years ago)
Author:
Christoph Mayer
Message:

adress detection aufgeräumt, network info für bleutooth, data stream (hopeful crash fix), logging auf maemo nur warn, ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/serialization/DataStream.hpp

    r5284 r5638  
    509509                                i++;
    510510                        }
    511                         if (isCharP) *text = strdup(s.c_str()); else *string = s;
     511                        if (isCharP) *text = strdup(s.c_str());
     512                        else string->assign(s);
    512513                }
    513514                sznMethodEnd()
Note: See TracChangeset for help on using the changeset viewer.