Check the chdir() return code
authorFabian Keil <fk@fabiankeil.de>
Thu, 17 Dec 2020 09:32:55 +0000 (10:32 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 17 Dec 2020 14:14:43 +0000 (15:14 +0100)
commit0fe40b4677a954bc7b4c843479f216bf1e2e9b3f
tree68787d8b340d72b0e2104e993ddb3770acf36721
parentc21b4cbaf0ae5df3cec1de5d54fa388532a98777
Check the chdir() return code

... to fix the compiler warning:
   jcc.c: In function ‘main’:
   jcc.c:5185:7: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
          chdir("/");
          ^~~~~~~~~~
jcc.c