MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / next_lf

Function next_lf

tools/fshtool.c:1112–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110}
1111
1112char *next_lf(char *p)
1113{
1114 linecount++;
1115 while ((*p!='\n')&&(*p!=0)) { if (*p=='\r') *p=0; p++; }
1116 if (*p==0) { printf("Truncated INDEX.FSH\n"); abandon_ship(); }
1117 *p=0;
1118 p++;
1119 if (*p=='\r') p++;
1120 return p;
1121}
1122
1123void idxerr()
1124{

Callers 1

bmp_to_fshFunction · 0.85

Calls 1

abandon_shipFunction · 0.85

Tested by

no test coverage detected