FACTOR: Use %s for literal string.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Apr 2011 04:53:26 +0000 (21:53 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Apr 2011 04:53:26 +0000 (21:53 -0700)
tab_title() treats its parameter as a printf format string, so it's
necessary to use %s.

Found on Mac OS X with help from Jeremy Lavergne.


No differences found