+Thu Jun 9 13:28:33 2005 Søren Sandmann <sandmann@redhat.com>

+
+       * TODO: Updates
+
This commit is contained in:
Søren Sandmann Pedersen
2005-06-10 01:11:53 +00:00
parent 5cb9392775
commit a2499b571f
3 changed files with 30 additions and 2 deletions

View File

@ -175,9 +175,14 @@ separate_debug_file_exists (const char *name, unsigned long crc)
close (fd);
if (crc != file_crc)
{
g_print ("warning: %s has wrong crc\n", name);
return crc == file_crc;
return FALSE;
}
else
{
return TRUE;
}
}
/* FIXME - not10: this should probably be detected by config.h -- find out what gdb does*/