Skip to content

Commit

Permalink
Alpaca Contact System 1.2.3
Browse files Browse the repository at this point in the history
summitted version
  • Loading branch information
junj1ehx authored May 16, 2017
1 parent a21ce52 commit db6a23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void id_find(struct task **top, struct task **end){
scanf("%d",&nid);

while(p!= NULL){
if((p->id) != nid){
if((p->id) == nid){
printf("%d,%s,%s,%s,%d\n", p->id,p->name,p->mail,p->group,p->sex);
p=p->next;
cnt = 1;
Expand Down

0 comments on commit db6a23a

Please sign in to comment.