--- src/io.c.orig	2009-03-30 16:23:54.000000000 +0200
+++ src/io.c	2009-03-30 16:26:09.000000000 +0200
@@ -10195,7 +10195,7 @@
 	/* now line contains the version string of readcd */
 	/* try to extract the version number */
 
-	p = strstr(line,"readcd");
+	p = strstr(line,"readom");
 	if (p != NULL) {
 		p = strtok(p+7, " ");
 		if (p != NULL) {
