Skip to content

Commit

Permalink
(int)
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Dec 27, 2022
1 parent 1c1a96c commit da05400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petitnote/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ function get_pch_size($src) {
}
$width=(int)$w0+((int)$w1*256);
$height=(int)$h0+((int)$h1*256);
return[$width,$height];
return[(int)$width,(int)$height];
}

//パスワードを5回連続して間違えた時は拒絶
Expand Down

0 comments on commit da05400

Please sign in to comment.