[cvs] / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /xvidcore/src/portab.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56, Sun May 28 07:52:45 2006 UTC revision 1.57, Sat Jun 2 13:53:13 2007 UTC
# Line 132  Line 132 
132                  va_start(args, fmt);                  va_start(args, fmt);
133                  vsprintf(buf, fmt, args);                  vsprintf(buf, fmt, args);
134                  va_end(args);                  va_end(args);
135                  OutputDebugString(buf);                  OutputDebugStringA(buf);
136                  fprintf(stderr, "%s", buf);                  fprintf(stderr, "%s", buf);
137          }          }
138  }  }

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4