[sword-cvs] sword/utilities mod2zmod.cpp,1.22,1.23

sword at www.crosswire.org sword at www.crosswire.org
Fri Jun 4 01:48:45 MST 2004


Committed by: chrislit

Update of /cvs/core/sword/utilities
In directory www:/tmp/cvs-serv14083

Modified Files:
	mod2zmod.cpp 
Log Message:
no message

Index: mod2zmod.cpp
===================================================================
RCS file: /cvs/core/sword/utilities/mod2zmod.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mod2zmod.cpp	12 Aug 2003 20:30:01 -0000	1.22
+++ mod2zmod.cpp	4 Jun 2004 08:48:43 -0000	1.23
@@ -85,7 +85,7 @@
 
 	ModMap::iterator it = mgr.Modules.find(argv[1]);
 	if (it == mgr.Modules.end()) {
-		fprintf(stderr, "error: %s: couldn't find module: %s \n", argv[0], argv[1]);
+		fprintf(stderr, "error: %s: couldn't find module: %s\n", argv[0], argv[1]);
 		exit(-2);
 	}
 
@@ -122,7 +122,7 @@
 	}
 
 	if (result) {
-		fprintf(stderr, "error: %s: couldn't create module at path: %s \n", argv[0], argv[2]);
+		fprintf(stderr, "error: %s: couldn't create module at path: %s\n", argv[0], argv[2]);
 		exit(-3);
 	}
 
@@ -172,14 +172,14 @@
 			lastBuffer = inModule->getRawEntry();
 			lastBufferKey = inModule->KeyText();
 			if (lastBuffer.length() > 0) {
-				cout << "Adding [" << bufferKey << "] new text. \n";
+				cout << "Adding [" << bufferKey << "] new text.\n";
 				*outModuleKey = bufferKey;
 //				outModule->getRawEntry();	// snap
 //				outModule->setKey(bufferKey);
 				(*outModule) << lastBuffer.c_str();	// save new text;
 			}
 			else {
-				cout << "Skipping [" << bufferKey << "] no entry in inModule. \n";
+				cout << "Skipping [" << bufferKey << "] no entry in in Module.\n";
 			}
 		}
 		(*inModule)++;



More information about the sword-cvs mailing list