diff --git a/SteamWareLib/user_std.cs b/SteamWareLib/user_std.cs
index 78b1ce6..e6fb59f 100644
--- a/SteamWareLib/user_std.cs
+++ b/SteamWareLib/user_std.cs
@@ -870,7 +870,7 @@ namespace SteamWare
}
}
///
- /// verifica nella tab diritti se l'utente abbia il right richiesto e fornisce bool in risposta
+ /// verifica nella tab diritti se l'utente abbia il right richiesto (come COD_FUNZIONE) e fornisce bool in risposta
///
///
///
@@ -884,7 +884,7 @@ namespace SteamWare
_answ = true;
}
}
- catch
+ catch (Exception exc)
{ }
return _answ;
}