use PRODUCT_NAME

This commit is contained in:
Chris Danford
2005-11-04 03:24:53 +00:00
parent 99512396d7
commit ce6e56c14f
7 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ bool VDDebugInfoInitFromMemory(VDDebugInfoContext *pctx, const void *_src) {
pctx->pRVAHeap = NULL;
if (memcmp((char *)src, "StepMania symbolic debug information", 36))
if (memcmp((char *)src, PRODUCT_NAME " symbolic debug information", 36))
return false;
// Extract fields