Skip to content

Commit

Permalink
Update sed-stuff.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-soft authored Jul 13, 2024
1 parent 14f306e commit 1246a79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bins/sed-stuff.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#BOF#
# sed-stuff.txt
# 2024.06.25 22:50
# 2024.07.14 02:50

#1
S:ReplaceStrings(strStr, L\"\\r\\n\", L\";\");
R:ReplaceStrings(strStr, L\"\\r\\n\", L\";\");\n ReplaceStrings(strStr, L\"\\r\", L\";\");\n ReplaceStrings(strStr, L\"\\n\", L\";\");
F:far2l/src/macro/macro.cpp
#1, not needed any more, https://github.com/elfmz/far2l/commit/bbba0d16f2aa74f866c45d34f2fdba53a8a2a571
#S:ReplaceStrings(strStr, L\"\\r\\n\", L\";\");
#R:ReplaceStrings(strStr, L\"\\r\\n\", L\";\");\n ReplaceStrings(strStr, L\"\\r\", L\";\");\n ReplaceStrings(strStr, L\"\\n\", L\";\");
#F:far2l/src/macro/macro.cpp

#EOF

0 comments on commit 1246a79

Please sign in to comment.