diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 12:13:19 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 12:13:19 +0000 |
commit | 57f498f8045c9ca010b09b860fe7c5a9ef9cf8c4 (patch) | |
tree | e7965fb7d5abf4794e0bbd4d37e73ea3572bcf38 /src/svn-rev.sh | |
parent | 1acda32c6a39372b72c18b04d976eb07f4bee676 (diff) |
Faster CullItem/CullList using strdup rather than copying a std::string
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3626 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/svn-rev.sh')
-rwxr-xr-x | src/svn-rev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svn-rev.sh b/src/svn-rev.sh index c9ebce74d..8b1f627c1 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3623 +echo 3625 |