From aba599f9c35d306ca872bdd91ecf6c32b2fd5bac Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 15 Jun 2002 13:23:17 +0000 Subject: [PATCH] kes15Jun02 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@43 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/block.c b/bacula/src/stored/block.c index 7615f39208..755458bd1c 100644 --- a/bacula/src/stored/block.c +++ b/bacula/src/stored/block.c @@ -346,7 +346,7 @@ int write_block_to_dev(DEVICE *dev, DEV_BLOCK *block) /* Limit maximum File size on volume to user specified value */ if ((dev->max_file_size > 0) && dev->file_bytes >= dev->max_file_size) { - weof_dev, 1); /* write end of file */ + weof(dev, 1); /* write end of file */ } Dmsg2(190, "write_block: wrote block %d bytes=%d\n", dev->block_num, -- 2.39.5