346c10b0c0
* don't install useless docs
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
$OpenBSD: patch-rfiledgn_cpp,v 1.1 2002/05/17 18:39:46 naddy Exp $
|
|
--- rfiledgn.cpp.orig Wed May 15 01:25:37 2002
|
|
+++ rfiledgn.cpp Wed May 15 01:44:55 2002
|
|
@@ -114,7 +114,7 @@ if(Open())
|
|
}
|
|
} else
|
|
at(offset + ((filehead.words+2)*2)-DGNELM_HDR_SIZE);
|
|
- }while(at() < (int)size());
|
|
+ }while(at() < (uint)size());
|
|
|
|
graphic->terminateAction();
|
|
|