From: Kern Sibbald Date: Sat, 15 Jun 2002 13:23:17 +0000 (+0000) Subject: kes15Jun02 X-Git-Tag: Release-1.22~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aba599f9c35d306ca872bdd91ecf6c32b2fd5bac;p=bacula%2Fbacula kes15Jun02 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@43 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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,