summaryrefslogtreecommitdiffstats
path: root/client/engine/Cache.lib
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-03-27 08:04:24 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-03-27 08:04:24 +0100
commitd95983402ddcb8b0a7db6542ba51a03bd8604db8 (patch)
tree2733c33dfdc46acd2d512644099415b66a337a7d /client/engine/Cache.lib
parent30fa5b494415c05d135f7b18e6eb44a48dbe2feb (diff)
#906: Declaring new variables as local.
Diffstat (limited to 'client/engine/Cache.lib')
-rwxr-xr-xclient/engine/Cache.lib5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/engine/Cache.lib b/client/engine/Cache.lib
index 8565fe1c..bda02951 100755
--- a/client/engine/Cache.lib
+++ b/client/engine/Cache.lib
@@ -4,7 +4,7 @@
#@brief Librería o clase Cache
#@class Cache
#@brief Funciones para gestión de la caché local de disco.
-#@version 1.1.0
+#@version 1.1.1
#@warning License: GNU GPLv3+
#*/
@@ -44,7 +44,8 @@
function ogCreateCache ()
{
# Variables locales.
-local FINDCACHE IOSIZE NDSK SIZECACHE PART DISK START END ENDPREVPART SIZE MINSIZE MAXSIZE PTTYPE ID TMPFILE
+local FINDCACHE IOSIZE NDSK SIZECACHE PART DISK START END ENDPREVPART SIZE MINSIZE MAXSIZE
+local PTTYPE ID TMPFILE NVME_PREFIX
# Si se solicita, mostrar ayuda.
if [ "$*" == "help" ]; then
ogHelp "$FUNCNAME" "$FUNCNAME [int_ndisk [int_npart]] int_partsize" \