Hi, all
Just went through this file, and fixed parts of the Shutdown messages, so they actually look right. (Like replacing "i'm" with "I'm", and "signal" to "signals", for example). No changes to the important code.
I do have one question, though. How does it tell the difference between whether or not to include one line, or two, in the quote at shutdown? A few extend to two (One even, to four)
- TwoTailedFox
-- "I had a handle on life, but then it broke"
Added a rogue comma. Thanks to dnordenburg for spotting this one.
On 11/14/05, TwoTailedFox twotailedfox@gmail.com wrote:
Hi, all
Just went through this file, and fixed parts of the Shutdown messages, so they actually look right. (Like replacing "i'm" with "I'm", and "signal" to "signals", for example). No changes to the important code.
I do have one question, though. How does it tell the difference between whether or not to include one line, or two, in the quote at shutdown? A few extend to two (One even, to four)
- TwoTailedFox
-- "I had a handle on life, but then it broke"
-- "I had a handle on life, but then it broke"
Uh, how about a diff?
On 11/14/05, TwoTailedFox twotailedfox@gmail.com wrote:
Added a rogue comma. Thanks to dnordenburg for spotting this one.
On 11/14/05, TwoTailedFox twotailedfox@gmail.com wrote:
Hi, all
Just went through this file, and fixed parts of the Shutdown messages, so they actually look right. (Like replacing "i'm" with "I'm", and "signal" to "signals", for example). No changes to the important code.
I do have one question, though. How does it tell the difference between whether or not to include one line, or two, in the quote at shutdown? A few extend to two (One even, to four)
- TwoTailedFox
-- "I had a handle on life, but then it broke"
-- "I had a handle on life, but then it broke"
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
-- <mikedep333> but if it isnt working, why is it even included on the CD?
From: TwoTailedFox
Added a rogue comma. Thanks to dnordenburg for spotting this one.
On 11/14/05, TwoTailedFox twotailedfox@gmail.com wrote:
Hi, all
Just went through this file, and fixed parts of the Shutdown messages, so they actually look right. (Like replacing "i'm" with "I'm", and "signal" to "signals", for example). No changes to the important code.
Committed r19228, thanks.
I do have one question, though. How does it tell the difference between whether or not to include one line, or two, in the quote at shutdown? A few extend to two (One even, to four)
Quotes which continue on the next line do not end with a comma, so the compiler sees it as e.g. "Line 1\n" "Line 2\n" which is the same as "Line 1\nLine 2\n".
GvG
Thanks for commit, and clarification, GvG, much appreciated.
On 11/14/05, Ge van Geldorp gvg@reactos.org wrote:
From: TwoTailedFox
Added a rogue comma. Thanks to dnordenburg for spotting this one.
On 11/14/05, TwoTailedFox twotailedfox@gmail.com wrote:
Hi, all
Just went through this file, and fixed parts of the Shutdown messages, so they actually look right. (Like replacing "i'm" with "I'm", and "signal" to "signals", for example). No changes to the important code.
Committed r19228, thanks.
I do have one question, though. How does it tell the difference between whether or not to include one line, or two, in the quote at shutdown? A few extend to two (One even, to four)
Quotes which continue on the next line do not end with a comma, so the compiler sees it as e.g. "Line 1\n" "Line 2\n" which is the same as "Line 1\nLine 2\n".
GvG
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
-- "I had a handle on life, but then it broke"
Hi, Two or more weeks ago, when I log out, it printed the exit message than powered off my system for me. Now I get the message and I have to power off the system. What happen? Real hardware too. Thanks, James
TwoTailedFox wrote:
Hi, all
Just went through this file, and fixed parts of the Shutdown messages, so they actually look right. (Like replacing "i'm" with "I'm", and "signal" to "signals", for example). No changes to the important code.
I do have one question, though. How does it tell the difference between whether or not to include one line, or two, in the quote at shutdown? A few extend to two (One even, to four)
- TwoTailedFox
-- "I had a handle on life, but then it broke"
Sounds like something happened in trunk, to stop the system powering off by itself.
On 11/14/05, James Tabor jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net wrote:
Hi, Two or more weeks ago, when I log out, it printed the exit message than powered off my system for me. Now I get the message and I have to power off the system. What happen? Real hardware too. Thanks, James
TwoTailedFox wrote:
Hi, all
Just went through this file, and fixed parts of the Shutdown messages, so they actually look right. (Like replacing "i'm" with "I'm", and "signal" to "signals", for example). No changes to the important code.
I do have one question, though. How does it tell the difference between whether or not to include one line, or two, in the quote at shutdown? A few extend to two (One even, to four)
- TwoTailedFox
-- "I had a handle on life, but then it broke"
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
-- "I had a handle on life, but then it broke"