diff options
author | Pixel <> | 2001-04-15 03:27:30 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-15 03:27:30 +0000 |
commit | 9e44b6dca12c57022d66bd1fe7e9b50c3d741389 (patch) | |
tree | 2de7e6bc1319651403b12fd9341ff3be4c0aca8a /lib/hash.c | |
parent | ba6d5b2571acd4010c929901b490bcd836c4ca3c (diff) |
Compilo
Diffstat (limited to 'lib/hash.c')
-rw-r--r-- | lib/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ _TypeVariable NomVarToVar(char *Nom, _TableauVariable t, char *trouve) void AfficheListe(_ListeChaine l) { while (l != NULL) { - printf("%s\n", l->Elem.NomVar); + fprintf(stderr, "%s\n", l->Elem.NomVar); l = l->Suivant; } } |