Remix.run Logo
jeffbee a day ago

-

matt_kn a day ago | parent | next [-]

I'm looking at the code but I don't quite see that?

  auto start= result.indexOf("http://");
  ...
  auto end= result.indexOf("\r", start);
  ...
  m_describeUrl= result.sliced(start, end - start);
I don't think end can ever be < start (other than < 0 if not found, which is handled).
jeffbee a day ago | parent [-]

Because I'm dumb

vablings a day ago | parent | prev [-]

Average "well written" C++ program that is free of bugs.

a day ago | parent [-]
[deleted]