exits instead of returns from main (bloody SUN)
This commit is contained in:
parent
236c6c40f0
commit
dea6cc76e3
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ main(argc) {
|
||||||
|
|
||||||
sprintf(copy,"cp pem%d%d.m pem.m", EM_WSIZE, EM_PSIZE) ;
|
sprintf(copy,"cp pem%d%d.m pem.m", EM_WSIZE, EM_PSIZE) ;
|
||||||
printf("%s\n",copy) ;
|
printf("%s\n",copy) ;
|
||||||
return system(copy) ;
|
exit(system(copy)) ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue