summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-28 15:54:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-28 15:54:29 +0000
commit78e8ecd8585b0afcbaefb69c8c6d65098410c290 (patch)
tree9c359ea6f368c881dda44c5541ebf7b6a22d0236 /examples
parent884a3c6b07ba34ad839c12a8c25a5da6ca702285 (diff)
downloadATCD-78e8ecd8585b0afcbaefb69c8c6d65098410c290.tar.gz
ChangeLogTag: Mon Jun 28 15:54:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r--examples/APG/Processes/Spawn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/APG/Processes/Spawn.cpp b/examples/APG/Processes/Spawn.cpp
index a8a3e76e6f6..f6da500485e 100644
--- a/examples/APG/Processes/Spawn.cpp
+++ b/examples/APG/Processes/Spawn.cpp
@@ -100,7 +100,7 @@ private:
int setEnvVariable (ACE_Process_Options &options)
{
ACE_TRACE (ACE_TEXT ("Manager::setEnvVariables"));
- return options.setenv ("PRIVATE_VAR=/that/seems/to/be/it");
+ return options.setenv (ACE_TEXT("PRIVATE_VAR=/that/seems/to/be/it"));
}
// Listing 2