Overview
| Comment: | Correct a mistake in importing level titles |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
ce10815b309962ed838a06e09931a7ca |
| User & Date: | user on 2021-04-18 22:20:17.255 |
| Other Links: | manifest | tags |
Context
|
2021-04-18
| ||
| 22:44 | Implement pasting into text input prompts check-in: b43a526002 user: user tags: trunk | |
| 22:20 | Correct a mistake in importing level titles check-in: ce10815b30 user: user tags: trunk | |
| 09:45 | Correct some mistakes in pattern matching check-in: d402558420 user: user tags: trunk | |
Changes
Modified edit.c
from [621212b430]
to [c0b2b83ad9].
| ︙ | |||
860 861 862 863 864 865 866 | 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 | - + |
while(*p) {
if(*p=='\\') {
p++;
if(isimg) {
isimg=0;
*q++='\\';
} else {
|
| ︙ |