summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-19 19:07:19 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-19 19:07:19 +0000
commitc335826b708a91cb6bd22e4c21c515cfb5d89e3b (patch)
tree73fbcae4d0b2000b56195b89ef126c690cf42144 /apps
parent0d0dc362fefcb2e5ca8aae026462b15934d142b3 (diff)
downloadATCD-c335826b708a91cb6bd22e4c21c515cfb5d89e3b.tar.gz
Fixed Typo.
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/PROTOTYPE/JAWS/IO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/PROTOTYPE/JAWS/IO.cpp b/apps/JAWS/PROTOTYPE/JAWS/IO.cpp
index f087076ae3c..7d616def1df 100644
--- a/apps/JAWS/PROTOTYPE/JAWS/IO.cpp
+++ b/apps/JAWS/PROTOTYPE/JAWS/IO.cpp
@@ -178,7 +178,7 @@ JAWS_Synch_IO::transmit_file (JAWS_IO_Handler *ioh,
if (trailer_size > 0)
{
iov[iovcnt].iov_base = ACE_const_cast(char*,trailer);
- iov[iovcnt].iob_len = trailer_size;
+ iov[iovcnt].iov_len = trailer_size;
iovcnt++;
}
if (ACE_OS::writev (ioh->handle (), iov, iovcnt) < 0)