ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/iom.C
(Generate patch)

Comparing gvpe/src/iom.C (file contents):
Revision 1.24 by pcg, Fri Nov 12 12:49:12 2004 UTC vs.
Revision 1.25 by pcg, Sun Nov 14 22:47:00 2004 UTC

388 char ch; 388 char ch;
389 389
390 while (read (sigpipe[0], &ch, 1) > 0) 390 while (read (sigpipe[0], &ch, 1) > 0)
391 ; 391 ;
392 392
393 for (sig_vec **svp = sw.end (); svp-- > sw.begin (); ) 393 for (vector<sig_vec *>::iterator svp = sw.end (); svp-- > sw.begin (); )
394 if (*svp && (*svp)->pending) 394 if (*svp && (*svp)->pending)
395 { 395 {
396 sig_vec &sv = **svp; 396 sig_vec &sv = **svp;
397 for (int i = sv.size (); i--; ) 397 for (int i = sv.size (); i--; )
398 if (!sv[i]) 398 if (!sv[i])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines