mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
b14502d893
Reported by: fallout
23 lines
840 B
C++
23 lines
840 B
C++
https://bugs.launchpad.net/ssm/+bug/1780908
|
|
|
|
--- superpose.cpp.orig 2015-10-05 00:41:45 UTC
|
|
+++ superpose.cpp
|
|
@@ -114,7 +114,7 @@ void printInstructions ( char *argv0 )
|
|
#endif
|
|
" Protein Structure Superposition\n"
|
|
" -------------------------------\n"
|
|
- " v."superpose_version" from "superpose_date" built with SSM v.%i.%i.%i, "
|
|
+ " v." superpose_version " from " superpose_date " built with SSM v.%i.%i.%i, "
|
|
"MMDB v.%i.%i.%i\n"
|
|
"\n"
|
|
" USAGE:\n"
|
|
@@ -295,7 +295,7 @@ int argNo,i,nStructures,rc;
|
|
}
|
|
|
|
printf ( "\n"
|
|
- " Superpose v."superpose_version" from "superpose_date" "
|
|
+ " Superpose v." superpose_version " from " superpose_date " "
|
|
"(based on SSM algorithm)\n"
|
|
" ---------------------------------------------------------\n\n"
|
|
);
|