CoSoCo
CoSoCo
In judd_jpilot.list there is a line with `deb-src ...`, but there are no source code packages in the repository.
The iterator constants are defined as `signed int` via `enum` (line 538): ``` /** @brief VFS file iterator constants */ enum dlpVFSFileIteratorConstants { vfsIteratorStart = 0, /** < Indicates that...
See attachment. [wammu.log](https://github.com/gammu/wammu/files/2028740/wammu.log) --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/58700657-das-gerat-dev-ttyacm2-fur-die-kommunikation-mit-dem-telefon-existiert-nicht?utm_campaign=plugin&utm_content=tracker%2F253406&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F253406&utm_medium=issues&utm_source=github).
I don't understand why the strings of the `glob_prefs` are initialised with the default values using the long `switch ... case` statement (from line 172) with the default values instead...
The use of the following functions in a plugin cause it to crash: ``` void jp_pref_init(prefType prefs[], int count); void jp_free_prefs(prefType prefs[], int count); ``` This is, because their implementation...
In this [repository](https://packagecloud.io/judd/jpilot) the versions in the DEB-Packages are set to: libpisock9: 0.13.0 libpisync1: 0.13.0 But the versions of the libraries in fact are: libpisock9: 9.0.0 libpisync1: 1.0.3 See: https://github.com/desrod/pilot-link/blob/main/configure.ac,...
Hi David, here I provide a patch which repairs the build process to work again on modern systems. This should solve issue #16 and #18 . For the details please...
This patch additionally outputs the file attributes with `pilot-xfer -l -D ...`.
Now directories with more than 64 entries are listed fully, The listing output was beautified and error messages are more detailed and accurate.
Now there are not only text messages for PalmOS errors, but also for Pilot-Link errors.