chain.c32: DRMK: Add comment about only using a DWORD for partition offset
authorGene Cumm <gene.cumm@gmail.com>
Wed, 13 Oct 2010 23:51:06 +0000 (19:51 -0400)
committerGene Cumm <gene.cumm@gmail.com>
Wed, 13 Oct 2010 23:51:06 +0000 (19:51 -0400)
com32/modules/chain.c

index 92be216..dc53bb5 100644 (file)
@@ -1720,6 +1720,7 @@ int main(int argc, char *argv[])
             * variants will check and fail if it does not match
             */
            dprintf("  fs_lba offset is %d\n", fs_lba);
+           /* DRMK only uses a DWORD */
            if (fs_lba > 0xffffffff) {
                error("LBA very large; Only using lower 32 bits; DRMK will probably fail\n");
            }