mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
OP Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Here is a list of the bugs that according to the versions.txt file for 6.11 were "fixed" yet I can either a.) still reproduce them or, b.) their fix resulted in another bug.

3.Fixed /fwrite text display bug.
/fwrite -n now displays actual_bytes_written - 2 rather than actual_bytes_written

5.Fixed $base() bug when converting decimal places from one base to another by limiting the maximum precision allowed.
//echo -a $base($base(0.43432432,10,16),16,10)
-- Note: you don't get the original number back.

6.Fixed /hdec bug.
/hdec hash_table some_non_existent_entry initializes to 1, not -1 like it is supposed to.

17.Fixed Control+KN color bug when N was larger than 15.
/echo 31 test prints test in white, /echo ctrl+k31test prints test in black, and in 6.03 both print it in light gray.

Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
0.43432432 exceeds mIRC's limit of 6 decimal places.

Try 0.434324 instead.


Well. At least I won lunch.
Good philosophy, see good in bad, I like!

Link Copied to Clipboard