Skip to content

Commit

Permalink
Rewrite Int64 to LibC::Int
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed May 2, 2024
1 parent 1fdac55 commit 0803eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucl/lib_ucl.cr
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module UCL
type : UInt16
end

fun new = ucl_parser_new(flags : Int64) : Parser*
fun new = ucl_parser_new(flags : LibC::Int) : Parser*
fun add_string = ucl_parser_add_string(parser : Parser*, data : LibC::Char*, len : LibC::SizeT) : Bool
fun get_error = ucl_parser_get_error(parser : Parser*) : LibC::Char*
fun get_object = ucl_parser_get_object(parser : Parser*) : UclObject*
Expand Down

0 comments on commit 0803eac

Please sign in to comment.