Cleanups.

committer: mfx <mfx> 1034719891 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-10-15 22:11:31 +00:00
parent b710f2d69f
commit 8d37bb4469
5 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -1159,7 +1159,7 @@ int main(int argc, char *argv[])
}
#endif
#if defined(WITH_NRV)
if (nrv_init() != NRV_E_OK)
if (nrv_init() != NRV_E_OK || NRV_VERSION != nrv_version())
{
show_head();
fprintf(stderr,"nrv_init() failed - check your NRV installation !\n");