diff options
Diffstat (limited to 'system/psensor/pudisks2.c.patch')
-rw-r--r-- | system/psensor/pudisks2.c.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/psensor/pudisks2.c.patch b/system/psensor/pudisks2.c.patch new file mode 100644 index 0000000000..e471314448 --- /dev/null +++ b/system/psensor/pudisks2.c.patch @@ -0,0 +1,11 @@ +--- pudisks2.c.orig 2025-02-03 16:46:38.584970200 +0100 ++++ pudisks2.c 2025-02-03 16:47:54.922966990 +0100 +@@ -83,7 +83,7 @@ + PROVIDER_NAME, + data->path); + +- data->last_smart_update = t; ++ data->last_smart_update = t; + } + + void udisks2_psensor_list_update(struct psensor **sensors) |