Lorenzo Fiorini wrote:
I've removed the support of && in my local build to avoid nasty bugs
and I've found this line in sxcompat.prg.

function Sx_TagInfo( cIndex )
   local aInfo, nOrds, nFirst, i

   if Used() && ( nOrds := OrdCount( cIndex ) ) > 0
 ...

is it a real comment?

Hi,


already fixed in main branch:

2008-10-27 22:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
  ...
  * source/rdd/hbsix/sxcompat.prg
    ! Fixed '&&' being used instead of '.AND.' in code.
    ; NOTE: This '&&' comment compatibility is a lot more
            dangerous than it's useful. It'd vote for
            a compiler warnings switch for any of it's
            occurences.
      [TOMERGE 1.0]


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

Reply via email to