smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
616 stars 156 forks source link

i have this error when debugging my program : terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::at: __n (which is 51) >= this->size() (which is 50) #85

Closed ghost closed 4 years ago

smasherprog commented 4 years ago

wrong github repo? in any case its your .at functions. position cannot be larger than the underlying string