summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefs.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/prefs/VSPrefs.java')
-rw-r--r--sources/prefs/VSPrefs.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java
index 0aa8a01..39cafcc 100644
--- a/sources/prefs/VSPrefs.java
+++ b/sources/prefs/VSPrefs.java
@@ -881,7 +881,7 @@ public abstract class VSPrefs implements Serializable {
* @param descr the descr
* @param unit the unit
*/
- public void initLongUnit(String key, int val, String descr, String unit) {
+ public void initLongUnit(String key, long val, String descr, String unit) {
initLong(key, new Long(val), descr);
setUnit(LONG_PREFIX + key, unit);
}