mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
cc_types: init type with empty name
In this class not required
Origin commit data
------------------
Commit: 4f43380904
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-02-16 (Sun, 16 Feb 2020)
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
CCTypes::CCTypes()
|
CCTypes::CCTypes()
|
||||||
{
|
{
|
||||||
cc_item_type.id = CC_ITEMTYPE_GENERIC;
|
cc_item_type.id = CC_ITEMTYPE_GENERIC;
|
||||||
cc_item_type.name = "cc_generic_type";
|
cc_item_type.name = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user