brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

fix c string casting #77

Closed itdaniher closed 11 years ago

itdaniher commented 11 years ago

Updates rust-sdl to match revision in the handling of C-like (nul terminated) strings.

AngryLawyer commented 11 years ago

Cheers for that.

You missed a couple of spots in the optional libs, but this is fixed now.