mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
+Thu Jun 9 13:28:33 2005 Søren Sandmann <sandmann@redhat.com>
+ + * TODO: Updates +
This commit is contained in:
@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user