diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-27 19:33:18 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-27 19:33:18 +0000 |
commit | 84eb9cf9dc84cb52501adf25e7298fdc18b51a7e (patch) | |
tree | 4b812a5389efb05802001a29b97f899d3b7a6dba /examples/DLL | |
parent | f2c2ad49883b19403354e2c97cf564bee8ea2dec (diff) | |
download | ATCD-84eb9cf9dc84cb52501adf25e7298fdc18b51a7e.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/DLL')
-rw-r--r-- | examples/DLL/test_dll.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/DLL/test_dll.cpp b/examples/DLL/test_dll.cpp index 9ad6da25af5..a4614f010c2 100644 --- a/examples/DLL/test_dll.cpp +++ b/examples/DLL/test_dll.cpp @@ -29,6 +29,7 @@ main (void) if (mc == 0) ACE_ERROR_RETURN ((LM_ERROR, + "%s", dll.error ()), -1); { @@ -57,7 +58,7 @@ main (void) mc = (Magazine_Creator) dll.symbol ("create_magazine"); if (mc == 0) ACE_ERROR_RETURN ((LM_ERROR, - // @@ Kirthika, something is missing here.... + "%s", dll.error ()), -1); { |