From 1c7e5345e2ce8e66d9ef191ad2f2e587734b50a5 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 4 May 2006 16:26:41 +0000 Subject: Use Perl instead of C for makeblob and makemetablob. Begin coupling Formaline to thorn Announce. Create stamp files that record which build and which simulation was run in the output directory. Begin implementing talking to an RDF server. Determine the host name in Perl, which is more reliable. (It is complicated to find a good host name.) git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@75 83718e91-0e4f-0410-abf4-91180603181f --- src/portal.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/portal.cc') diff --git a/src/portal.cc b/src/portal.cc index b5f79a9..e2acea5 100644 --- a/src/portal.cc +++ b/src/portal.cc @@ -30,7 +30,7 @@ namespace Formaline static bool - is_clean_for_shell (char const * string); + is_clean_for_shell (char const * str); @@ -398,9 +398,9 @@ namespace Formaline static bool - is_clean_for_shell (char const * const string) + is_clean_for_shell (char const * const str) { - for (char const * p = string; * p; ++ p) + for (char const * p = str; * p; ++ p) { if (! isalnum (* p)) { -- cgit v1.2.3