Skip to content

Commit e731122

Browse files
committed
Fix perl build on Windows
1 parent bc7daaa commit e731122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/extract_strings.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ sub fnv_16 {
226226

227227
foreach(sort{$a <=> $b} keys %hashvalues)
228228
{
229-
print $fh pack("S<", $_);
229+
print $fh pack("S", $_);
230230
print $fh "$hashvalues{$_}\n";
231231
}
232232
close $fh;

0 commit comments

Comments
 (0)