Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2009 16:27:57 GMT
From:      Jonathan Anderson <jona@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 166681 for review
Message-ID:  <200907281627.n6SGRvhM093649@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166681

Change 166681 by jona@jona-trustedbsd-belle-vmware on 2009/07/28 16:26:58

	Don't print the file size to stdout

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/sandbox_qt.cpp#9 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/sandbox_qt.cpp#9 (text+ko) ====

@@ -405,7 +405,6 @@
 	if(!group.open(QIODevice::ReadOnly | QIODevice::Text))
 		err(EX_IOERR, "Error opening /etc/group");
 
-	printf("\t\tsize: %lli\n", group.size());
 	printf("\t\t%s\n", group.readLine().data());
 	fflush(stdout);
 



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