noo
This commit is contained in:
@@ -25,7 +25,7 @@ PMT is designed for developers, technicians, and Android enthusiasts who need fi
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
For all information about PMT, see the [wiki](https://github.com/ShawkTeam/pmt-renovated/wiki)\
|
For all information about PMT, see the [wiki](https://github.com/ShawkTeam/pmt-renovated/wiki).\
|
||||||
Read [Wiki - Using PMT via Termux or ADB](https://github.com/ShawkTeam/pmt-renovated/wiki/Using-PMT-via-Termux-or-ADB) for learn how to use PMT via Termux or ADB.\
|
Read [Wiki - Using PMT via Termux or ADB](https://github.com/ShawkTeam/pmt-renovated/wiki/Using-PMT-via-Termux-or-ADB) for learn how to use PMT via Termux or ADB.\
|
||||||
Detailed usage instructions and option references can be found in the [Wiki - Usage](https://github.com/ShawkTeam/pmt-renovated/wiki/Usage).
|
Detailed usage instructions and option references can be found in the [Wiki - Usage](https://github.com/ShawkTeam/pmt-renovated/wiki/Usage).
|
||||||
|
|
||||||
|
|||||||
@@ -119,4 +119,4 @@ std::string getAppVersion(); // Not Android app version (an Android app is
|
|||||||
// planned!), tells pmt version.
|
// planned!), tells pmt version.
|
||||||
} // namespace PartitionManager
|
} // namespace PartitionManager
|
||||||
|
|
||||||
#endif // #ifndef LIBPMT_LIB_HPP
|
#endif // #ifndef LIBPMT_LIB_HPP
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
THIS="$(basename $0)"
|
THIS="$(basename $0)"
|
||||||
RELEASE="20250815"
|
RELEASE="20250816"
|
||||||
|
|
||||||
echo() { command echo "[$THIS]: $@"; }
|
echo() { command echo "[$THIS]: $@"; }
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ void variableProtect::setVariablePointer(basic_variables *&_ptr) {
|
|||||||
|
|
||||||
basic_variables::~basic_variables() { delete PartMap; }
|
basic_variables::~basic_variables() { delete PartMap; }
|
||||||
basic_variables::basic_variables()
|
basic_variables::basic_variables()
|
||||||
: logFile("/sdcard/Documents/last_pmt_logs.log"), onLogical(false),
|
: logFile(Helper::LoggingProperties::FILE), onLogical(false),
|
||||||
quietProcess(false), verboseMode(false), viewVersion(false),
|
quietProcess(false), verboseMode(false), viewVersion(false),
|
||||||
forceProcess(false) {
|
forceProcess(false) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user