[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.51, Mon Apr 12 14:05:08 2004 UTC revision 1.52, Mon May 31 21:36:23 2004 UTC
# Line 129  Line 129 
129              char buf[DPRINTF_BUF_SZ];              char buf[DPRINTF_BUF_SZ];
130              va_start(args, fmt);              va_start(args, fmt);
131              vsprintf(buf, fmt, args);              vsprintf(buf, fmt, args);
132                    va_end(args);
133              OutputDebugString(buf);              OutputDebugString(buf);
134              fprintf(stderr, "%s", buf);              fprintf(stderr, "%s", buf);
135           }           }
# Line 341  Line 342 
342               char buf[DPRINTF_BUF_SZ];               char buf[DPRINTF_BUF_SZ];
343               va_start(args, fmt);               va_start(args, fmt);
344               vsprintf(buf, fmt, args);               vsprintf(buf, fmt, args);
345                    va_end(args);
346               fprintf(stderr, "%s", buf);               fprintf(stderr, "%s", buf);
347           }           }
348       }       }
# Line 419  Line 421 
421              if(xvid_debug & level) {              if(xvid_debug & level) {
422                     vfprintf(stderr, format, args);                     vfprintf(stderr, format, args);
423              }              }
424            va_end(args);
425          }          }
426    
427  #    else /* _DEBUG */  #    else /* _DEBUG */

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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