git @ Cat's Eye Technologies Cfluviurrh / 16d2b65
Add missing word in agreement verbiage, and flush after output. catseye 12 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
258258 "[on behalf of this program, tasks that the system on which ]\n"
259259 "[this program is running may not be capable of. ]\n"
260260 "[In particular, you may be asked to express certain emotions.]\n"
261 "[Your experience of these emotions be genuine. ]\n"
261 "[Your experience of these emotions must be genuine. ]\n"
262262 "\n"
263263 "[Do you agree to act as the EMOTER? ]\n"
264264 "[If so, press the letter 'Y' on your keyboard, then Enter. ] ");
326326 ip++;
327327 } else if (*ip == '>') {
328328 fputc(mem[ref], output);
329 fflush(output);
329330 ip++;
330331 } else if (*ip == '<') {
331332 mem[ref] = fgetc(input);