Another fix to starfield warning.

This commit is contained in:
Philip Rosedale 2013-04-10 12:19:55 -07:00
parent 57724cb569
commit 480eededfd

View file

@ -50,7 +50,7 @@ namespace starfield {
return false;
}
fprintf(stderr, "Stars.cpp: read %d stars, rendering %d\n",
fprintf(stderr, "Stars.cpp: read %d stars, rendering %ld\n",
_valRecordsRead, _ptrVertices->size());
return true;