[quake3-commits] [ioquake/ioq3] da747f: Fix source filename/includepath length in l_precom...

Zack Middleton zack at cloemail.com
Sun Feb 19 10:25:39 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: da747fc2918b32e77909f1a36592d3e8c5707847
      https://github.com/ioquake/ioq3/commit/da747fc2918b32e77909f1a36592d3e8c5707847
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2017-02-19 (Sun, 19 Feb 2017)

  Changed paths:
    M code/botlib/l_precomp.c

  Log Message:
  -----------
  Fix source filename/includepath length in l_precomp.c

source_t filename and includepath are 1024 but MAX_PATH is 64. As far as
I know the paths don't exceed that so this probably doesn't fix anything.
Similar changes were already made to l_script.c so this makes things
consistent. This was found because it was fixed in RTCW's code.




More information about the quake3-commits mailing list