[svn] / branches / release-1_0-branch / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/src/portab.h

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

revision 1464, Sun May 30 02:30:33 2004 UTC revision 1465, Mon May 31 21:26:23 2004 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: portab.h,v 1.49.2.1 2004-04-04 19:34:31 Isibaar Exp $   * $Id: portab.h,v 1.49.2.2 2004-05-31 21:26:23 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# 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 218  Line 219 
219              if(xvid_debug & level) {              if(xvid_debug & level) {
220                     vfprintf(stderr, format, args);                     vfprintf(stderr, format, args);
221              }              }
222            va_end(args);
223          }          }
224    
225  #    else /* _DEBUG */  #    else /* _DEBUG */
# Line 332  Line 334 
334               char buf[DPRINTF_BUF_SZ];               char buf[DPRINTF_BUF_SZ];
335               va_start(args, fmt);               va_start(args, fmt);
336               vsprintf(buf, fmt, args);               vsprintf(buf, fmt, args);
337                    va_end(args);
338               fprintf(stderr, "%s", buf);               fprintf(stderr, "%s", buf);
339           }           }
340       }       }
# Line 410  Line 413 
413              if(xvid_debug & level) {              if(xvid_debug & level) {
414                     vfprintf(stderr, format, args);                     vfprintf(stderr, format, args);
415              }              }
416            va_end(args);
417          }          }
418    
419  #    else /* _DEBUG */  #    else /* _DEBUG */

Legend:
Removed from v.1464  
changed lines
  Added in v.1465

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