Hi Przemek,

 * harbour/source/rtl/tget.prg
   * updated to respect -1 returned for wrong color strings
     Viktor please check me, now it's simpler and hbtest does not
     reports any errors so I guess that this version will work like
     in Clipper also for :colorSpec := "R,X,Y,0" or similar

I did some tests and it looks alright.

 * harbour/source/rtl/tobject.prg

I think cMsg="_" is not as safe as SubStr( cMsg, 1, 1 ) == "_",
because it makes it depend on SET EXACT setting. Left( cMsg, 1 ) == "_"
could be the best here.

Unless it was intentional, I have a fix ready in the queue for this.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to