do not quote the id

This commit is contained in:
Enno Rehling 2008-04-30 08:47:52 +00:00
parent 3a5873a0f6
commit cdd1709ee3

View file

@ -1328,7 +1328,7 @@ report_computer(const char * filename, report_context * ctx, const char * charse
#endif
else fprintf(F, "REGION %d %d %d\n", region_x(r, f), region_y(r, f), r->planep->id);
}
/* fprintf(F, "\"%d\";id\n", r->uid); */
fprintf(F, "%d;id\n", r->uid);
if (r->land) {
const char * str = rname(r, f->locale);
if (str && str[0]) {