83c83
< int idx = buffer.find(',');
---
> string::size_type idx = buffer.find(',');