Parent Directory
|
Revision Log
|
Patch
| Revision 1.2 by sysadm, Sat Jun 21 02:15:18 2025 UTC | Revision 1.3 by sysadm, Sat Oct 18 12:06:10 2025 UTC | |
|---|---|---|
| # | Line 84 int main(int argc, char *argv[]) | Line 84 int main(int argc, char *argv[]) |
| 84 | { | { |
| 85 | for (k = (int)sizeof(void *); k < NODE_SIZE; k++) | for (k = (int)sizeof(void *); k < NODE_SIZE; k++) |
| 86 | { | { |
| 87 | if ((*(char *)(p_nodes[i] + k)) != 'A' + j - 1) | if ((*((char *)p_nodes[i] + k)) != 'A' + j - 1) |
| 88 | { | { |
| 89 | printf("Value of node[%d] at offset %d not equal to value set %c\n", | printf("Value of node[%d] at offset %d not equal to value set %c\n", |
| 90 | i, k, 'A' + j - 1); | i, k, 'A' + j - 1); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |