Fix fileio.c's diagram.

This commit is contained in:
Scott Prager
2014-10-10 21:54:10 -04:00
parent e450c541dd
commit 8390accde7

View File

@@ -72,25 +72,25 @@
* The result is an array of Autopat lists, which point to AutoCmd lists: * The result is an array of Autopat lists, which point to AutoCmd lists:
* *
* first_autopat[0] --> Autopat.next --> Autopat.next --> NULL * first_autopat[0] --> Autopat.next --> Autopat.next --> NULL
* Autopat.cmds Autopat.cmds * Autopat.cmds Autopat.cmds
* | | * | |
* V V * V V
* AutoCmd.next AutoCmd.next * AutoCmd.next AutoCmd.next
* | | * | |
* V V * V V
* AutoCmd.next NULL * AutoCmd.next NULL
* | * |
* V * V
* NULL * NULL
* *
* first_autopat[1] --> Autopat.next --> NULL * first_autopat[1] --> Autopat.next --> NULL
* Autopat.cmds * Autopat.cmds
* | * |
* V * V
* AutoCmd.next * AutoCmd.next
* | * |
* V * V
* NULL * NULL
* etc. * etc.
* *
* The order of AutoCmds is important, this is the order in which they were * The order of AutoCmds is important, this is the order in which they were