summaryrefslogtreecommitdiffstats
path: root/client/engine/System.lib
diff options
context:
space:
mode:
Diffstat (limited to 'client/engine/System.lib')
-rwxr-xr-xclient/engine/System.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/engine/System.lib b/client/engine/System.lib
index 8e5eaa5a..b4cd0e42 100755
--- a/client/engine/System.lib
+++ b/client/engine/System.lib
@@ -83,7 +83,7 @@ local MSG CODE
#/// Obtener código y mensaje de error.
CODE=$1
case "$CODE" in
- $OG_ERR_FORMAT) MSG="$MSG_ERR_FORMAT $*" ;;
+ $OG_ERR_FORMAT) MSG="$MSG_ERR_FORMAT \"$2\"" ;;
$OG_ERR_NOTFOUND) MSG="$MSG_ERR_NOTFOUND \"$2\"" ;;
$OG_ERR_PARTITION) MSG="$MSG_ERR_PARTITION \"$2\"" ;;
$OG_ERR_LOCKED) MSG="$MSG_ERR_LOCKED \"$2\"" ;;