Previous 199869 Revisions Next

r41736 Sunday 15th November, 2015 at 03:05:32 UTC by Nigel Barnes
null is \0 (nw)
[src/lib/formats]fsd_dsk.cpp

trunk/src/lib/formats/fsd_dsk.cpp
r250247r250248
103103
104104   UINT64 pos;
105105   std::string title;
106   for(pos=8; pos < size && img[pos] != NULL; pos++)
106   for(pos=8; pos < size && img[pos] != '\0'; pos++)
107107      title += char(img[pos]);
108108   pos++;
109109


Previous 199869 Revisions Next


© 1997-2024 The MAME Team