summaryrefslogtreecommitdiff
path: root/tbdiff_deploy.c
diff options
context:
space:
mode:
authorAlberto <alberto.ruiz@codethink.co.uk>2011-09-30 17:21:46 +0100
committerAlberto <alberto.ruiz@codethink.co.uk>2011-09-30 17:21:46 +0100
commit88036c71b3a09016477b4caf969fd9ae2226d1a1 (patch)
tree6252fa1b5c21ad556a93eca42d17e8b279b140f1 /tbdiff_deploy.c
parentb9fc8b88b8d72e42cabcf1bafba4855a3cf73c3e (diff)
downloadtbdiff-88036c71b3a09016477b4caf969fd9ae2226d1a1.tar.gz
Fully removed the otap namespace
Diffstat (limited to 'tbdiff_deploy.c')
-rw-r--r--tbdiff_deploy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbdiff_deploy.c b/tbdiff_deploy.c
index 807b339..c766d93 100644
--- a/tbdiff_deploy.c
+++ b/tbdiff_deploy.c
@@ -40,7 +40,7 @@ main(int argc,
}
int err;
- if((err = otap_apply(patch)) != 0) {
+ if((err = tbd_apply(patch)) != 0) {
fclose(patch);
fprintf(stderr, "Error: Error applying patch stream (err=%d).\n", err);
return EXIT_FAILURE;