=================================================================== Modification le : Fri Dec 14 16:58:36 CET 2001 Par : hcl =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocr/sce/rout In directory bip.lip6.fr:/users/cao/hcl/alliance/sources/ocr/sce/rout Modified Files: display.c findNPointsPath.c getOption.c ocrGlobalRouting.c ocrMst.c ocrRouter.c ocrWeightedTree.c Log Message: indent *.c, quelques bugs en moins, non-placement des connecteurs. =================================================================== Index: display.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocr/sce/rout/display.c,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 5a6,8 > Revision 1.2 2001/12/14 15:58:35 hcl > indent *.c, quelques bugs en moins, non-placement des connecteurs. > 22,23c25 < void < display (int i_nLevel, int i_nType, char *fmt,...) --- > void display(int i_nLevel, int i_nType, char *fmt, ...) 25c27 < va_list l_pParam; --- > va_list l_pParam; 27,29c29,30 < va_start (l_pParam, fmt); < switch (i_nType) < { --- > va_start(l_pParam, fmt); > switch (i_nType) { 31,33c32,34 < fprintf (stderr, "ERROR : "); < vfprintf (stderr, fmt, l_pParam); < break; --- > fprintf(stderr, "ERROR : "); > vfprintf(stderr, fmt, l_pParam); > break; 35,37c36,38 < fprintf (stderr, "WARNING : "); < vfprintf (stderr, fmt, l_pParam); < break; --- > fprintf(stderr, "WARNING : "); > vfprintf(stderr, fmt, l_pParam); > break; 39,40c40,41 < vfprintf (stdout, fmt, l_pParam); < break; --- > vfprintf(stdout, fmt, l_pParam); > break; 42,44c43,45 < if ((i_nLevel == VERBOSE) || (i_nLevel == DEBUG)) =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://www-asim.lip6.fr/alliance/mailing-lists/