Subversion Repositories public

Rev

Rev 119 | Rev 213 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 119 Rev 137
Line 284... Line 284...
284
	}
284
	}
285
 
285
 
286
	/* OK.  Done. */
286
	/* OK.  Done. */
287
 
287
 
288
	sprintf(hv0,"%s", buf);
288
	sprintf(hv0,"%s", buf);
289
	return (char *)&hv0[0];
289
	return (char *)strdup(hv0);
290
}
290
}
291
 
291
 
292
 
292
 
293
/* Support function to print a position type */
293
/* Support function to print a position type */
294
 
294
 
Line 1604... Line 1604...
1604
	   CASE_PRINT(1010);
1604
	   CASE_PRINT(1010);
1605
	   CASE_PRINT(1011);
1605
	   CASE_PRINT(1011);
1606
	   CASE_PRINT(1012);
1606
	   CASE_PRINT(1012);
1607
	   CASE_PRINT(1013);
1607
	   CASE_PRINT(1013);
1608
	   CASE_PRINT(1015);
1608
	   CASE_PRINT(1015);
-
 
1609
	   default: break;
1609
	}
1610
	}
1610
 
1611
 
1611
#undef CASE_PRINT
1612
#undef CASE_PRINT
1612
}
1613
}
1613
 
1614