Comments
This commit is contained in:
parent
a960b95516
commit
6c215d1006
@ -643,8 +643,8 @@ int TemplateToText(int mode, GMsg* msg, GMsg* oldmsg, const char* tpl, int origa
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}// Get a random cookie
|
||||||
}
|
} // case TPLTOKEN_RANDOM: if(....)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
case TPLTOKEN_INCLUDE:
|
case TPLTOKEN_INCLUDE:
|
||||||
@ -817,7 +817,7 @@ int TemplateToText(int mode, GMsg* msg, GMsg* oldmsg, const char* tpl, int origa
|
|||||||
strcpy(&(msg->txt[pos]), buf);
|
strcpy(&(msg->txt[pos]), buf);
|
||||||
pos += len;
|
pos += len;
|
||||||
}
|
}
|
||||||
}
|
}// while(oldmsg->line[n])
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
case TPLTOKEN_MESSAGE:
|
case TPLTOKEN_MESSAGE:
|
||||||
@ -875,7 +875,7 @@ int TemplateToText(int mode, GMsg* msg, GMsg* oldmsg, const char* tpl, int origa
|
|||||||
}
|
}
|
||||||
n++;
|
n++;
|
||||||
}
|
}
|
||||||
}
|
} // case TPLTOKEN_MESSAGE: if(....)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user