Searched refs:bottomstart (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp429 const char* bottomstart = strchr(rightstart, ','); local
430 if(!bottomstart)
432 ++bottomstart;
433 if(!*bottomstart)
439 r.bottom = (float)atof(bottomstart);

Completed in 78 milliseconds