]> git.webhop.me Git - lcd4linux.git/commit
All static memory allocations were turned into dynamical ones.
authormjona <mjona@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 11 Feb 2010 16:48:56 +0000 (16:48 +0000)
committermjona <mjona@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 11 Feb 2010 16:48:56 +0000 (16:48 +0000)
commit555ed9099a1d3f78f059f9906c91022f98660cdc
treea130b60230e71ee1e57466e4d9b715de7c322b56
parentb35fc3f8cbd2ddda61fc256e771c61efc0457a59
All static memory allocations were turned into dynamical ones.
Improved configuration parameters:
- FifoPath to specify the fifo path (if absent, a built in replacement is used)
- FifoBufSize to specify the size of the internal buffer (this parameter is optional as
the plugin will try to match the number of display columns; if it fails and
no FifoBufSize parameter is supplied then a built in replacement is used)
Simplified and rationalized init and exit functions:
most global variables have been localized.
Fixed several off-by-one overflows memory bugs.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1108 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
plugin_fifo.c