Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2008 04:57:28 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive archive_entry_strmode.c
Message-ID:  <200805230457.m4N4vTXp038620@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2008-05-23 04:57:28 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_entry_strmode.c 
  Log:
  We only use the string "?rwxrwxrwx " once, so inline it rather than
  declaring a variable which points to it.  Aside from eliminating a
  line of code and one level of unnecessary indirection, this eliminates
  a false positive in Coverity.
  
  Revision  Changes    Path
  1.3       +1 -2      src/lib/libarchive/archive_entry_strmode.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805230457.m4N4vTXp038620>