Wireshark-commits: [Wireshark-commits] master 724dc1c: "NULL" is not what you use for a null pointe

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Feb 2017 00:47:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=724dc1cf5c7a2eaef10ebb4aec399d5f06fc4ed3
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

724dc1c by Guy Harris (guy@xxxxxxxxxxxx):

    "NULL" is not what you use for a null pointer.
    
    It's a non-null pointer to a character string with the value "NULL".
    You want just NULL, with no quotes.
    
    Change-Id: I51bfb73a3002f46f13a8f513d07b1ddc009a14cb
    Reviewed-on: https://code.wireshark.org/review/20123
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  64f8364   Cleanup runlex.sh to use builtin POSIX functions instead of sed
    adds  724dc1c   "NULL" is not what you use for a null pointer.


Summary of changes:
 wiretap/file_access.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)