while doing a routine static code analysis of the pd-sources, i stumbled
upon the following lines which do not make any sense to me:

https://github.com/pure-data/pure-data/blob/master/src/g_readwrite.c#L343-L348

this looks very much like:
   x=a;
   a=a;
   a=x;

which, all in all, i think doesn't do much.

is this by intention, or is there some copy/paste error?

gfamrds
IOhannes


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Pd-dev mailing list
[email protected]
https://lists.puredata.info/listinfo/pd-dev

Reply via email to