diff options
Diffstat (limited to 'gtk/scsi_stat.c')
-rw-r--r-- | gtk/scsi_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/scsi_stat.c b/gtk/scsi_stat.c index 8b33907163..f9d6ba137a 100644 --- a/gtk/scsi_stat.c +++ b/gtk/scsi_stat.c @@ -111,7 +111,7 @@ dlg_destroy_cb(void) static void scsistat_program_select(GtkWidget *item _U_, gpointer key) { - int k=(int)key; + int k=(long)key; scsi_program=k; } |