unknownworlds / decoda

Decoda Lua IDE and debugger
GNU General Public License v3.0
903 stars 266 forks source link

Fixed DebugBackend::RegisterScript and DebugBackend::GetScriptIndex not declared as retuning signed int #4

Closed fsfod closed 10 years ago

fsfod commented 11 years ago

Fixed DebugBackend::RegisterScript and DebugBackend::GetScriptIndex wrongly declared as returning an unsigned int when in fact they can return -1 and fix this wrong assumption in other places