mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
More pid_t
This commit is contained in:
parent
a0d5b17164
commit
e63a9f5021
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ int main(int argc, char *argv[]) {
|
|||
printf("Unable to open file %s.\n\n",partfile);
|
||||
exit(0);
|
||||
}
|
||||
fread(&np2,1,sizeof(int),part);
|
||||
fread(&nvp,1,sizeof(int),part);
|
||||
fread(&np2,1,sizeof(pid_t),part);
|
||||
fread(&nvp,1,sizeof(pid_t),part);
|
||||
/*printf("nvp = %d\n",nvp);fflush(stdout);*/
|
||||
|
||||
nvpsum += nvp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue