Add missing word in agreement verbiage, and flush after output.
catseye
12 years ago
258 | 258 | "[on behalf of this program, tasks that the system on which ]\n" |
259 | 259 | "[this program is running may not be capable of. ]\n" |
260 | 260 | "[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" | |
262 | 262 | "\n" |
263 | 263 | "[Do you agree to act as the EMOTER? ]\n" |
264 | 264 | "[If so, press the letter 'Y' on your keyboard, then Enter. ] "); |
326 | 326 | ip++; |
327 | 327 | } else if (*ip == '>') { |
328 | 328 | fputc(mem[ref], output); |
329 | fflush(output); | |
329 | 330 | ip++; |
330 | 331 | } else if (*ip == '<') { |
331 | 332 | mem[ref] = fgetc(input); |