New function. Only warn once about bad CRC's.

Mon Mar  5 16:55:39 2007  Søren Sandmann  <sandmann@redhat.com>

        * binfile.c (already_warned): New function. Only warn once about
        bad CRC's.


svn path=/trunk/; revision=361
This commit is contained in:
Søren Sandmann
2007-03-05 21:53:57 +00:00
committed by Søren Sandmann Pedersen
parent 7800fcd870
commit 7b821752f9
6 changed files with 59 additions and 19 deletions

View File

@ -175,7 +175,7 @@ struct SFileInput
GHashTable *instructions_by_location;
};
gboolean
static gboolean
check_name (Instruction *instr,
const char *name)
{