]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/vtape.c
Apply Joao's patch to SQLite tables to make chars work.
[bacula/bacula] / bacula / src / stored / vtape.c
index daeb7d9a66310af7939004babc64f7637cfa5879..bf55cc6617871cbbbabdab95b0a1f27617fdcb39 100644 (file)
@@ -433,7 +433,7 @@ vtape::vtape()
    current_file = 0;
    current_block = -1;
 
-   max_block = 2*1024*2048;      /* 2GB */
+   max_block = VTAPE_MAX_BLOCK;
 }
 
 vtape::~vtape()