work
[pspp] / rust / build.rs
index 48e011b4c58b9f95424cb4f59ca6aa1192d0920f..112f3d3da861ce63defca92772da086efe2a5a5f 100644 (file)
@@ -102,7 +102,7 @@ use lazy_static::lazy_static;
 use std::collections::HashMap;
 
 lazy_static! {
-    static ref CODEPAGE_NUMBER_TO_NAME: HashMap<u32, &'static str> = {
+    static ref CODEPAGE_NUMBER_TO_NAME: HashMap<i32, &'static str> = {
         let mut map = HashMap::new();
 "
     )?;