Browse Source

Changed the \r\r\n back to \r\n on windows so we don't get errors when compiling
on VC++8.0. I don't know why Microsoft thinks it's a good idea to call this an error,
but they do. I also don't know why people insist on checking out files on Windows and
copying them to a unix system to check them in (which will cause exactly this problem)


[SVN r26746]

Victor A. Wagner Jr. 21 years ago
parent
commit
e561d67439
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/test

+ 1 - 1
libs/test

@@ -1 +1 @@
-Subproject commit f8b5148e56e63d5574da683377fdc8916d373151
+Subproject commit 6a703dac2f75ebc0dad3a8d63ade9a2ec798bad8

粤ICP备19079148号