« State of FOSS Review 2007 | Main | OSS FUD »

Outlook Reformatting

I got an email at work today, which had a couple lines of g++ calls, which Outlook displayed to me like this:

g++ -o exe1 -DXYZ=abc maintemplate.cpp test001.cpp -o exe2 -DXYZ=def
g++  maintemplate.cpp test002.cpp

Turns out, this was because it "removed extra linebreaks" (which works fine most of the time, but its terrible in some cases). The original was:

g++ -o exe1 -DXYZ=abc maintemplate.cpp test001.cpp
g++ -o exe2 -DXYZ=def maintemplate.cpp test002.cpp

Sigh. I guess it tries to recognized common prefixes or something.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About

This page contains a single entry from the blog posted on January 3, 2008 2:01 PM.

The previous post in this blog was State of FOSS Review 2007.

The next post in this blog is OSS FUD.

Many more can be found on the main index page or by looking through the archives.